GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-06T14:11:15.5880722+00:00",
"SubmitDate": "2026-04-06T14:11:15.5880722+00:00",
"ReportPeriodStart": "2026-04-06T14:11:15.5880722+00:00",
"ReportPeriodEnd": "2026-04-06T14:11:15.5880722+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f6a9c0c-6784-4204-b188-314888e6b2d1",
"Rows": [
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f6a9c0c-6784-4204-b188-314888e6b2d1",
"Rows": [
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f4a3fcd7-9e2a-4288-b89c-8ee2e29d6a75",
"7bdd0130-c7eb-4f1c-a7ef-617608c93c72"
],
"Approvers": [
"d7f55343-443f-427d-8f97-54b796b3c450",
"5a3b95e0-b8a2-4cef-9c7c-c11716e9857d"
],
"ApprovedBy": "dcc98b21-1508-4124-8717-8b062e24ea30",
"ApprovalDate": "2026-04-06T14:11:15.5880722+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "037439f5-d51d-49fd-91bb-ad29fce480e7",
"id": "6c1d9f75-1085-4e0c-9ff4-a6b9767bb25a",
"ConfigId": "7ca17f5a-00c2-4528-863a-c76208564896"
},
{
"GenerationDate": "2026-04-06T14:11:15.5880722+00:00",
"SubmitDate": "2026-04-06T14:11:15.5880722+00:00",
"ReportPeriodStart": "2026-04-06T14:11:15.5880722+00:00",
"ReportPeriodEnd": "2026-04-06T14:11:15.5880722+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f6a9c0c-6784-4204-b188-314888e6b2d1",
"Rows": [
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f6a9c0c-6784-4204-b188-314888e6b2d1",
"Rows": [
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2be322f-2010-40da-a21f-f35a35b1d7b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f4a3fcd7-9e2a-4288-b89c-8ee2e29d6a75",
"7bdd0130-c7eb-4f1c-a7ef-617608c93c72"
],
"Approvers": [
"d7f55343-443f-427d-8f97-54b796b3c450",
"5a3b95e0-b8a2-4cef-9c7c-c11716e9857d"
],
"ApprovedBy": "dcc98b21-1508-4124-8717-8b062e24ea30",
"ApprovalDate": "2026-04-06T14:11:15.5880722+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "037439f5-d51d-49fd-91bb-ad29fce480e7",
"id": "6c1d9f75-1085-4e0c-9ff4-a6b9767bb25a",
"ConfigId": "7ca17f5a-00c2-4528-863a-c76208564896"
}
]